home *** CD-ROM | disk | FTP | other *** search
- object frDBFieldsEditorForm: TfrDBFieldsEditorForm
- Left = 200
- Top = 108
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- ClientHeight = 237
- ClientWidth = 288
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object FieldsL: TListBox
- Left = 4
- Top = 8
- Width = 165
- Height = 225
- HelpContext = 11
- ItemHeight = 13
- MultiSelect = True
- TabOrder = 0
- end
- object AddFieldsB: TButton
- Left = 176
- Top = 8
- Width = 107
- Height = 25
- HelpContext = 24
- Caption = '&Add fields...'
- TabOrder = 1
- OnClick = AddFieldsBClick
- end
- object AddLookupB: TButton
- Left = 176
- Top = 36
- Width = 107
- Height = 25
- HelpContext = 33
- Caption = 'Add &lookup...'
- TabOrder = 2
- OnClick = AddLookupBClick
- end
- object SelAllB: TButton
- Left = 176
- Top = 64
- Width = 107
- Height = 25
- HelpContext = 42
- Caption = '&Select all'
- TabOrder = 3
- OnClick = SelAllBClick
- end
- object DeleteB: TButton
- Left = 176
- Top = 92
- Width = 107
- Height = 25
- HelpContext = 53
- Caption = '&Delete'
- TabOrder = 4
- OnClick = DeleteBClick
- end
- object ExitB: TButton
- Left = 176
- Top = 124
- Width = 107
- Height = 25
- HelpContext = 40
- Caption = '&Exit'
- ModalResult = 1
- TabOrder = 5
- end
- end
-